projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f6060
)
Link to xaw3d if available.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:34:12 +0000
(17:34 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:34:12 +0000
(17:34 +0000)
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index bd5d9adbf9dfe4db851b26630963de929681ef87..542b3ba5a60e50ce83fc9ac876ed3f44c5f2fd49 100644
(file)
--- a/
lwlib/lwlib.c
+++ b/
lwlib/lwlib.c
@@
-48,7
+48,11
@@
Boston, MA 02110-1301, USA. */
#endif /* not USE_MOTIF && USE_LUCID */
#endif
#if defined (USE_XAW)
+#ifdef HAVE_XAW3D
+#include <X11/Xaw3d/Paned.h>
+#else /* !HAVE_XAW3D */
#include <X11/Xaw/Paned.h>
+#endif /* HAVE_XAW3D */
#include "lwlib-Xaw.h"
#endif